adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Blowfish Class / Decipher(Byte[],Int32) Method
The array to decrypt.
The amount to decrypt.

In This Topic
    Decipher(Byte[],Int32) Method
    In This Topic
    Decrypts a byte array in place.
    Syntax
    'Declaration
     
    
    Public Sub Decipher( _
       ByVal data() As Byte, _
       ByVal length As Integer _
    ) 
    public void Decipher( 
       byte[] data,
       int length
    )

    Parameters

    data
    The array to decrypt.
    length
    The amount to decrypt.
    See Also